Contribution org.nuxeo.ecm.csv.actions--actions
In component org.nuxeo.ecm.csv.actions
org.nuxeo.ecm.csv.actions
inside nuxeo-csv-5.8.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action icon="/icons/action_add_file.gif" id="csvImportAction" label="label.csv.import" order="40" type="fancybox">
<category>SUBVIEW_UPPER_LIST</category>
<properties>
<property name="include">/incl/csv_import_box.xhtml</property>
<property name="autoDimensions">false</property>
<property name="width">90%</property>
<property name="height">90%</property>
</properties>
<filter-id>importFile</filter-id>
</action>
</extension>